home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
- <!DOCTYPE schema SYSTEM "urn:x-commerceone:document:com:commerceone:xdk:xml:schema.dtd$1.0">
-
- <schema uri="urn:x-commerceone:document:com:commerceone:CBL:CBL.sox$1.0" >
-
- <intro>
- <p>Copyright Notice</p>
- <p>Common Business Library 2.0<br/>
- Copyright 1999 Commerce One, Inc.</p>
- <p>Permission is granted to use, copy, modify and distribute the DTD's, schemas
- and modules in the Commerce One Common Business Library Version 2.0 subject to the terms
- and conditions specified at http://www.marketsite.net/xml/cbl/copyright.html</p>
- </intro>
-
- <!--
- <![CDATA[
- A Reference identifies another document. The document may
- be a contract, an electronically generated message, or any
- of a wide variety of document types.
-
- The meaning of the reference is usually determined by its
- use in an elementtype tag. For example:
-
- <element type="Reference" name="ContractID">
-
- is clearly a Reference to a Contract.
-
- When the meaning of the reference is not known at document
- definition time, a ReferenceCoded may be used instead of
- a Reference to further qualify it.
- ]]>
- -->
-
-
- <datatype name="RefQual">
- <explain><p>EDIFACT Data Element 1153. Reference Qualifier.</p></explain>
- <enumeration datatype="NMTOKEN" >
- <option>Other</option>
- <option>Contract</option><!-- CT=Contract number -->
- <option>AgreementToPay</option><!-- AGB=Agreement to pay number -->
- <option>PartyFileRef</option><!-- PAR=Party File Ref number (EAN -->
- <option>BuyerCatalog</option><!-- AMW=Buyer's catalogue number -->
- <option>SupplierOrderNum</option><!-- VN=Order number (supplier) -->
- <option>BuyerOrderNum</option><!-- ON=Order number (buyer) -->
- <option>BlanketOrderNum</option><!-- BO=Blanket order number -->
- </enumeration>
- </datatype>
-
- <elementtype name="Reference">
- <model>
- <sequence>
- <element type="string" name="RefNum" />
- <element type="datetime" name="RefDate" occurs="?" />
- </sequence>
- </model>
- </elementtype>
-
- </schema>
-